home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00386.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  224 b   |  21 lines

  1. on startMovie
  2.   if the machineType = 256 then
  3.     exit
  4.   else
  5.   end if
  6. end
  7.  
  8. on patchpal
  9.   if the machineType = 256 then
  10.     exit
  11.   else
  12.   end if
  13. end
  14.  
  15. on stopMovie
  16.   if the machineType = 256 then
  17.     exit
  18.   else
  19.   end if
  20. end
  21.